bitkeeper revision 1.1036 (40e28feaeuRhSmkiLPrbADhLgYZvWw)
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Wed, 30 Jun 2004 10:03:22 +0000 (10:03 +0000)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Wed, 30 Jun 2004 10:03:22 +0000 (10:03 +0000)
Typo.

tools/python/xen/xend/sxp.py

index 0081f62e3f3f097d709901361a9742a2f45e2f44..143ba81ab41928095ee9e8c41d2b4e97914da82b 100644 (file)
@@ -626,7 +626,8 @@ def all_from_string(str):
 
     str string
     returns sxpr list
-    """    io = StringIO(str)
+    """
+    io = StringIO(str)
     vals = parse(io)
     return vals